Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 13 - No. 13)
What is an advantage of using pseudocode?
It is directly executable by the computer.
It is simple to understand and allows algorithms to be easily expressed.
It has complex syntax rules.
It is suitable for very large programs only.
Uitleg
Pseudocode is simple to understand and allows algorithms to be easily expressed.
